html {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

*, :before, :after {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    height: auto;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #E4DCCA;
}

img {
    width: auto;
    height: auto
}

a {
    -webkit-transition: .2s ease-in-out;
    transition: all .2s;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

h1 span {
    font-weight: 700;
    font-family: 'Kalam', cursive;
    line-height: 0.5;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 340px;
}

h2 span {
    font-weight: 700;
    font-family: 'Kalam', cursive;
    line-height: 0.5;
}

h2.big_h2 {
    font-size: 120px;
    max-width: none;
    text-align: center;
    line-height: 1;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

p {
    line-height: 1.4;
    letter-spacing: -0.02em;
}

p.p_2 {
    letter-spacing: normal;
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

section, header {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
}

.main_words {
    margin-top: 0 !important;
}

.stories .wrapper .wrapper_cont h4 {
    font-size: 26px;
}

.wrapper_cont .person {
    font-size: 22px !important;
}

.container {
    max-width: 1156px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

.sidenav_view {
    overflow-y: hidden;
}

.primary_action {
    display: flex;
    justify-content: center;
    padding: 12px 24px 10px 24px;
    background-color: #F8FDC6;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 72px;
    color: #000;
    line-height: 1.4;
    font-size: 12px;
    transition: all .2s
}

.primary_action:hover {
    background-color: #E6EABB;
}

/* nav */

.nav {
    padding: 0px 40px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 70px;
    z-index: 5;
    background-color: #E4DCCA;
}

.nav .logo {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 132px;
}

/*.nav .logo svg path {
    fill: black
}*/

.nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav_menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav_menu ul.left_side li {
    margin-right: 32px;
    display: flex;
}

.nav_menu ul.left_side li:last-child {
    margin-right: 0px;
}

.nav_menu ul.left_side li a {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}

.nav_menu .right_side {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav_menu .right_side ul li {
    margin-right: 16px;
}

.nav_menu .right_side ul li a svg path {
    fill: black;
}

.nav_menu .right_side a.primary_action {
    margin-left: 28px;
}

.nav .hamburger {
    cursor: pointer;
    width: 40px;
    position: relative;
    z-index: 2;
}

.nav .hamburger:before, .nav .hamburger:after {
    background-color: #000;
    content: '';
    display: block;
    height: 2px;
    margin: 8px 0px 8px 0px;
    transition: all .2s ease-in-out;
    position: relative;
    left: 0px;
}

.hamburger-signup {
    display: none;
}

/* header section */

.header {
    background-color: #E4DCCA;
    overflow: hidden;
}

.header_wrapper {
    position: relative;
    margin-top: 70px;
}

.header_wrapper .bg_1 {
    position: absolute;
    top: 1%;
    right: -5%;
    width: 70%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.header .container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.header_block {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 0px 295px 0px;
    position: relative;
}

.header_block p {
    margin: 24px 0px;
    max-width: 535px;
}

.swiper_block {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -20px;
}

.swiper_block img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: top left;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.header_swiper .swiper-slide.swiper-slide-active img {
    animation: img-animation .5s forwards;
}

@keyframes img-animation {
    from {
        top: 50px;
        right: -100px;
        opacity: .3
    }
    to {
        top: 0px;
        right: 0px;
        opacity: 1
    }
}

/* reviews section */

.reviews {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #F8FDC6;
}

.reviews_swiper {
    overflow: visible;
}

.reviews_swiper .swiper-slide {
    align-items: flex-start;
}

.swiper-slide .reviews_cont {
    width: 65%;
    flex-shrink: 0;
    flex-grow: 0;
}

.swiper-slide .reviews_cont img:nth-child(1) {
    margin: 0px 0px 40px 0px;
}

.swiper-slide .reviews_cont img {
    width: 100px;
}

.swiper-slide .reviews_cont h4 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
}

.swiper-slide .reviews_cont span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reviews_swiper .swiper-slide .reviews_img {
    position: relative;
    margin-top: -70px;
    display: flex;
    justify-content: flex-end;
}

.reviews_swiper .swiper-slide .reviews_img img {
    width: 110%;
    max-width: 730px;
    object-fit: cover;
}

.swiper-pagination {
    text-align: left;
    position: static;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0px 8px 0px 0px !important;
    border-radius: 0px;
    background-color: transparent;
    line-height: 1;
    opacity: 30%;
    font-weight: 700;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #242E22;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
}

.swiper-button-next {
    margin-left: 8px;
}

.swiper-button-next img {
    transform: rotate(180deg);
}

.slider_arrows {
    position: absolute;
    right: -50px;
    display: flex;
    bottom: 0px;
    z-index: 11;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/* program section */

.program {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #F4F3E9;
}

.program_header {
    margin-bottom: 125px;
}

.program_header .program_text {
        margin-top: 0;
    }

.program_header p {
    margin: 40px auto 0px auto;
    max-width: 660px;
    text-align: center;
}

.wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 90px;
}

.wrapper .wrapper_cont .first-para {
    margin-bottom: 10px;
}

.wrapper:last-child {
    margin-bottom: 0px;
}

.wrapper_cont {
    padding-right: 155px;
    width: 62%;
    flex-shrink: 0;
    flex-grow: 0;
}

.wrapper_cont.inverted {
    padding-right: 0px;
    padding-left: 155px;
}

.wrapper_cont.inverted h3 {
/*    max-width: 425px;
*/
}

.wrapper_cont p {
    margin: 25px 0px 30px 0px;
}

.wrapper_cont .third-pillar {
    margin-bottom: 0:;
}

.wrapper_cont .third-pillar {
    margin-bottom: 0:;
}

.wrapper_cont .second-para {
    margin-top: 0;
}

.wrapper_cont .person {
    text-align: left;
    font-weight: bold;
}

.wrapper_cont h5 {
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.card {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.card .card-header .client {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card .card-header .client img {
    width: 43px;
    height: 43px;
    border-radius: 8px;
    margin-right: 13px;
}

.card .card-header .client span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4
}

.card .card-header .toggle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.card .card-header .toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    background-color: #000;
}

.card .card-header .toggle:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 2px;
    height: 100%;
    background-color: #000;
}

.card-body {
    display: none;
    padding: 15px 0px 25px 0px;
}

.card-body p {
    margin: 0px;
}

.card.active .card-header .toggle:after {
    display: none;
}

.wrapper_img {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
}

.wrapper_img.video_wrapper:hover .play {
    width: 80px;
}

.wrapper_img.inverted {
    justify-content: flex-end;
}

.wrapper_img img {
    border-radius: 16px;
    object-fit: cover;
    width: 150%;
    max-width: 545px;
    min-height: 724px;
}

.wrapper_img .play {
    width: 60px;
    position: absolute;
    min-height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    cursor: pointer;
}

#TBDpopupTrigger {
    cursor: pointer
}

.video_block {
    border-radius: 16px;
    width: 100%;
    max-width: 545px;
    overflow: hidden;
}

.opportunities .grid-container {
    margin-top: 70px;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 55px;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
}

.opportunities .grid-container .grid-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.opportunities .grid-container .grid-item p {
    margin: 16px 0px;
}

.opportunities .grid-container .grid-item a {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #000000;
    margin-right: 10px;
}

.opportunities .grid-container .grid-item a:hover {
    text-decoration-line: none;
    color: #4E4E4E;
}

.video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .9);
}

.popup_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto
}

#promoVideoPopup .popup_wrapper {
    max-width: 1000px;
}

#TBDpopup .popup_wrapper {
    max-width: 1000px;
}

.popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    cursor: pointer;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery {
    height: 85%;
    width: 100%;
}

.gallery .slider_arrows {
    width: 100%;
    justify-content: space-between;
    right: 0px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 20px;
}

.gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.gallery_thumbs {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery_thumbs .swiper-slide {
    width: 12.5%;
    height: 100%;
    opacity: 0.4;
}

.gallery_thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery_thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.middle_page_sign_up {
    background-color: #242E22;
}

.start_free_trial {
    margin-top: 30px;
}

/* stories section */

.stories {
    padding-top: 160px;
    background-color: #B1BFAD;
    padding-bottom: 60px;
}

.stories .container {
    position: relative;
}

.stories h2.big_h2 {
    margin: 0px auto 160px auto;
    max-width: 1098px;
}

.stories .big_h2_wrapper {
    position: relative;
    margin-bottom: 180px;
}

.stories .big_h2_wrapper:last-child {
    margin-bottom: 0px;
}

.stories .wrapper {
    align-items: flex-start;
    margin-bottom: 180px;
}

.stories .wrapper:last-child {
    margin-bottom: 0px;
}

.stories .wrapper .wrapper_cont {
    width: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-right: 9px;
}

.stories .wrapper.wrapper_1 .wrapper_cont, .stories .wrapper.wrapper_5 .wrapper_cont {
    width: 62%;
    padding-left: 155px
}

.stories .wrapper.wrapper_3 .wrapper_cont {
    width: 62%;
    padding-right: 155px
}

.stories .wrapper .wrapper_cont h3 {
    margin: 30px 0px 25px 0px;
}

.stories .wrapper .wrapper_cont .p_2 {
    max-width: 310px;
}

.stories .wrapper .wrapper_cont span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.stories .wrapper .wrapper_cont p {
    margin: 30px 0px 0px 0px;
}

.stories .wrapper .wrapper_cont h2 {
    margin-top: 30px;
}

.stories .wrapper.wrapper_1 img, .stories .wrapper.wrapper_3 img, .stories .wrapper.wrapper_5 img {
    max-width: 38%;
}

.stories .wrapper .wrapper_img {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: -117px;
}

.stories .wrapper .wrapper_img img {
    object-fit: contain;
    width: 150%;
}

.stories .wrapper.wrapper_2 .wrapper_img img {
    max-width: 980px
}

.stories .wrapper.wrapper_4 .wrapper_img img {
    max-width: 800px;
}

.stories .wrapper.wrapper_6 .wrapper_img img {
    max-width: 1025px;
}

.stories .wrapper.wrapper_4 .wrapper_cont {
    padding-left: 90px;
}

.stories .wrapper .wrapper_img.inverted {
    justify-content: flex-end;
}

.stories .wrapper.wrapper_4 .wrapper_cont h3 {
    margin: 70px 0px 25px 0px;
}

.stories .mobile {
    display: none;
}

.stories .wrapper_cont img {
    display: none;
}

/* faqs section */

.faqs {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #B1BFAD;
}

.faqs h2.big_h2 {
    max-width: 1095px;
    margin: 0px auto 120px auto;
}

.faqs .faqs_block {
    max-width: 660px;
    margin: auto;
}

.faqs .faqs_block .card {
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: none;
}

.faqs .faqs_block .card:last-child {
    margin-bottom: 0px;
}

.faqs .faqs_block .card .card-header {
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.faqs .faqs_block .card .card-body {
    padding: 24px 0px 10px 0px;
}

.faqs .faqs_block .card:last-child .card-body {
    padding: 24px 0px 0px 0px;
}

.faqs .faqs_block .card .card-body p {
    max-width: 545px;
    font-size: 20px;
}

/* Parallax */

.parallax_container {
    background-color: #242E22;
    overflow: initial;
    padding: 0px
}

.parallax {
    position: relative;
    height: 400vh;
    z-index: 3;
    padding: 0px;
    overflow: initial;
}

.parallax.mobile {
    display: none
}

.parallax .block {
    font-family: 'Raleway', sans-serif;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    background-color: #000;
}

.parallax .anchors {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1
}

.parallax .anchor {
    width: 100%;
    height: 15%
}

.parallax .block div {
    width: 100%;
    min-height: 100%;
    text-align: center;
    font-size: 30px;
    position: absolute;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax .block div h4 {
    position: relative;
    top: 0px;
    color: #fff;
    max-width: 680px;
}

/* we stand for you section */

.last_section {
    background-color: #242E22;
    margin-top: -500px;
    position: relative;
}

.last_section .block {
    padding: 217px 0px;
    margin-bottom: 100px;
    position: relative;
}

.last_section .inner_block {
    margin: auto;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    max-width: 540px;
}

.last_section .block h2 {
    max-width: 100%;
    text-align: center;
}

.last_section .block p {
    margin-top: 25px;
    text-align: center;
}

.last_section .block img {
    position: absolute;
    border-radius: 16px;
}

.last_section .block img.pos_1 {
    top: 0px;
    right: -40px;
    width: 130px;
}

.last_section .block img.pos_2 {
    top: 145px;
    left: -72px;
    width: 219px;
}

.last_section .block img.pos_3 {
    bottom: 181px;
    right: -72px;
    width: 193px;
}

.last_section .block img.pos_4 {
    bottom: 0px;
    left: 147px;
    width: 130px;
}

/* sign up */

.sign_up {
    padding-top: 104px;
    padding-bottom: 104px;
    position: static;
    margin: 0px auto;
    max-width: 810px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sign_up h5 {
    margin: 8px 0px 30px 0px;
    text-align: center;
    max-width: 600px;
}

/* footer */

.footer {
    padding-top: 65px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .logo {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    width: 100px;
}

.footer ul {
    margin: 20px 0px 50px 0px;
}

.footer ul li a {
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
}

.footer p {
    text-align: center;
    color: #FFFFFF;
}

.footer span {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5)
}

.audio_block {
    margin-top: 20px;
    position: relative
}

div.episode div.meta {
    display: none
}

div.episode {
    margin-bottom: 0px !important;
}

div.episode div.meta {
    color: #000;
    padding-top: 25px;
}

.audio_block .audio_title {
    position: absolute;
    top: 16px;
    left: 70px;
    font-size: 16px;
}

.mejs-container {
    background: rgba(0, 0, 0, 0.05);
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    width: 100% !important;
    height: 56px !important;
    border-radius: 5px;
}

.mejs-container .mejs-controls {
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 27px;
    width: auto;
    padding: 0;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time {
    display: flex;
    color: #000;
    font-size: 16px;
    padding-right: 20px;
}

.mejs-container .mejs-controls .mejs-time span {
    margin: 0px 2px
}

.mejs-container .mejs-controls .mejs-button {
    height: 100%;
    width: 56px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    margin: 0px;
    padding: 0;
    height: 0px;
    width: 0px;
    border: 9px solid transparent;
    border-left: 18px solid #000;
    border-right: 18px solid transparent;
    background: none;
    position: relative;
    left: 9px;
}

.mejs-controls .mejs-button.mejs-pause button {
    border: none
}

.mejs-controls .mejs-button.mejs-pause button:before, .mejs-controls .mejs-button.mejs-pause button:after {
    position: absolute;
    content: "";
    height: 17px;
    width: 4px;
    background: #000;
    top: -8px;
    left: -17px
}

.mejs-controls .mejs-button.mejs-pause button:after {
    left: -7px
}

@media (min-width: 1919px) {
    /* header section */
    .header_block {
        padding: 180px 0px 370px 0px;
    }
}

@media (max-width: 1439px) {
    h1 {
        font-size: 64px;
        max-width: 340px;
    }
    h2 {
        font-size: 64px;
    }
    h2.big_h2 {
        font-size: 88px
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 22px;
    }
    /* header section */
    .header_block {
        padding: 80px 0px 200px 0px;
        width: 40%;
    }
    .swiper_block {
        width: 60%;
    }
    .header_wrapper .bg_1 {
        width: 75%;
    }
    /* reviews section */
    .reviews_swiper {
        padding-right: 55px;
    }
    .swiper-slide .reviews_cont h4 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .reviews_swiper .swiper-slide .reviews_img {
        margin-top: -55px;
    }
    .reviews_swiper .swiper-slide .reviews_img img {
        width: 100%;
        max-width: 100%;
    }
    .slider_arrows {
        right: -10px;
    }
    /* program section */
    .program_header {
        margin: 0px auto 55px auto;
        max-width: 750px;
    }
    .wrapper_img img {
        width: 100%;
        min-height: 600px;
    }
    .wrapper_cont {
        padding-right: 100px;
    }
    .wrapper_cont.inverted {
        padding-left: 100px;
    }
    /* stories section */
    .stories {
        padding-top: 120px;
    }
    .stories h2.big_h2 {
        margin: 0px auto 80px auto;
    }
    .stories .wrapper {
        margin-bottom: 120px;
    }
   /* .stories .wrapper_1, .stories .wrapper_3, .stories .wrapper_5 {
        display: none;
    }*/
    /*.stories .wrapper_cont .tablet_block {
        display: block;
        margin-bottom: 80px;
        padding: 0px;
        width: 100%;
    }*/
    .stories .wrapper_cont .tablet_block h2 {
        margin-top: 25px;
        max-width: 100%;
    }
    .stories .wrapper_cont .tablet_block p {
        margin-top: 25px;
        max-width: none;
    }
    .stories .wrapper .wrapper_cont h4 {
        max-width: 450px;
        font-size: 24px;
    }

     .stories .wrapper_cont .person   {
        font-size: 20px !important;
     }
    .stories .wrapper .wrapper_cont {
        width: 52%;
        padding-right: 50px;
    }
    .stories .wrapper.wrapper_4 .wrapper_cont {
        padding-left: 50px;
        padding-right: 0px;
    }
    .stories .wrapper .wrapper_img {
        justify-content: flex-start;
        margin-top: 60px;
    }
    .stories .wrapper.wrapper_2 .wrapper_img img {
        max-width: 695px;
    }
    .stories .wrapper.wrapper_4 .wrapper_img img {
        max-width: 615px;
    }
    .stories .wrapper.wrapper_6 .wrapper_img img {
        max-width: 750px;
    }
    .stories .wrapper.wrapper_6 .wrapper_img {
        margin-top: -60px;
    }
    /* faqs */
    .faqs {
        padding-top: 174px;
    }
    .faqs h2.big_h2 {
        margin: 0px auto 50px auto;
    }
    .faqs .faqs_block {
        max-width: 615px;
    }
    /* Parallax */
    .parallax .block div h4 {
        font-size: 32px;
    }
    /* last_section */
    .last_section .block {
        padding: 140px 0px;
        margin-bottom: 80px;
    }
    .last_section .inner_block {
        max-width: 450px;
    }
    .last_section .block img.pos_1 {
        right: 20px;
        width: 95px;
    }
    .last_section .block img.pos_2 {
        left: 10px;
        width: 160px;
    }
    .last_section .block img.pos_3 {
        right: 10px;
        width: 140px;
    }
    .last_section .block img.pos_4 {
        width: 95px;
    }
    /* sign up */
    .sign_up {
        max-width: 600px;
    }
}

@media (max-width: 1300px) {}

@media (max-width: 1230px) {}

@media (max-width: 1199.98px) {
    /* nav */
    .nav {
        padding: 0px 30px;
    }
    /* program section */
    .wrapper_cont {
        padding-right: 40px;
    }
    .wrapper_cont.inverted {
        padding-left: 40px;
    }
    /* stories section */
    .stories .wrapper .wrapper_img img.img_3 {
        width: 130%;
    }
}

@media (max-width: 1024px) {
    /* nav */
    .hamburger-signup{
        display: block;
    }
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav .logo {
        position: static;
        transform: none;
        z-index: 5;
    }
    .nav_menu {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #E4DCCA;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        flex-wrap: nowrap;
        display: flex;
        opacity: 0;
        transform: translateY(-110%);
    }
    .nav_menu.open {
        height: 100%;
        opacity: 1;
        padding: 240px 15px 56px 15px;
        overflow-y: auto;
        overflow-x: hidden;
        justify-content: space-between;
        z-index: 2;
        background-color: #242E22;
        transform: translateY(0px);
    }
    .sidenav_view .nav {
        padding: 24px 30px;
    }
    .sidenav_view .nav .logo svg path {
        fill: white
    }
    .sidenav_view .nav .hamburger:before, .sidenav_view .nav .hamburger:after {
        background-color: #fff;
        transform: rotate(45deg) translateY(7px);
        left: 10px;
    }
    .sidenav_view .nav .hamburger:after {
        transform: rotate(-45deg) translateY(-7px);
    }
    .nav_menu ul {
        flex-direction: column;
        width: 100%;
    }
    .nav_menu ul.left_side li {
        margin: 0px 0px 16px 0px
    }
    .nav_menu ul.left_side li a {
        font-size: 28px;
        line-height: 1;
        letter-spacing: -0.03em;
        color: #fff;
        font-family: 'Playfair Display', serif;
        text-decoration-line: underline;
        text-decoration-line: underline;
    }
    .nav_menu .right_side {
        flex-direction: column;
    }
    .nav_menu .right_side ul {
        flex-direction: row;
        justify-content: center;
    }
    .nav_menu .right_side ul li {
        margin: 0px 15px;
    }
    .nav_menu .right_side ul li a svg path {
        fill: white;
    }
    .nav_menu .right_side a.primary_action {
        margin-left: 0px;
        margin-top: 5px;
        padding: 16px 100px 14px 100px;
    }
    /* header section */
    .header_block {
        padding: 65px 0px 180px 0px;
    }
    .header_block p {
        max-width: 450px;
        margin: 24px 0px 32px 0px;
    }
    .header_wrapper .bg_1 {
        width: 71%;
        right: -4%;
    }
    .parallax {
        display: none;
        overflow: initial
    }
    .parallax.mobile {
        display: block
    }
    .parallax .block {
        position: relative;
        height: auto;
        background-color: #000;
    }
    .parallax .anchors {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1
    }
    .parallax .anchor {
        width: 100%;
        height: 25%
    }
    .parallax .block div {
        background-attachment: initial;
        position: static;
        height: 100vh;
        min-height: auto;
        animation: bg-size-back 3s forwards
    }
    .parallax .block div.active {
        animation: bg-size 3s forwards
    }
    @keyframes bg-size-back {
        from {
            background-size: auto 150%
        }
        to {
            background-size: auto 100%
        }
    }
    @keyframes bg-size {
        from {
            background-size: auto 100%
        }
        to {
            background-size: auto 150%
        }
    }
    .last_section {
        margin-top: 0px;
    }

   /* .stories .wrapper_cont .tablet_block {
        display: block;
        margin-bottom: 80px;
        padding: 0px;
        width: 100%;
    }

    .stories .wrapper_1, .stories .wrapper_3, .stories .wrapper_5 {
        display: none;
    }*/
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 54px;
        max-width: 250px
    }
    h2 {
        font-size: 54px;
    }
    h2.big_h2 {
        font-size: 72px;
    }
    h3 {
        font-size: 36px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    /* header section */
    .header_block {
        padding: 40px 0px 210px 0px;
    }
    /* reviews section */
    .reviews_swiper {
        padding-right: 0px;
        overflow: hidden;
        margin-top: 15px;
    }
    .swiper-slide .reviews_cont img:nth-child(1) {
        margin: 0px 0px 20px 0px;
    }
    .swiper-slide .reviews_cont h4 {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .swiper-pagination {
        bottom: 0px !important;
    }
    .swiper-pagination-bullet {
        font-size: 14px;
    }
    .slider_arrows {
        right: 0px;
    }
    .reviews_swiper .swiper-slide .reviews_img {
        margin-top: 0px;
    }
    .swiper-slide .reviews_cont {
        margin-top: 50px
    }
    /* program section */
    .program {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .card .card-header .toggle {
        width: 15px;
        height: 15px
    }
    .opportunities .grid-container {
        margin-top: 50px
    }
    /* stories section */
    .stories .wrapper_cont .tablet_block {
        margin-bottom: 50px
    }
    .stories .wrapper {
        margin-bottom: 60px;
    }
    .stories .wrapper.wrapper_4 .wrapper_cont h3 {
        margin: 30px 0px 25px 0px;
    }
    .stories .wrapper .wrapper_cont {
        padding-right: 30px;
    }
    .wrapper_cont {
        width: 55%;
    }
    /* faqs */
    .faqs {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .faqs .faqs_block .card .card-body p {
        font-size: 18px;
    }
    .faqs .faqs_block .card .card-header {
        padding-bottom: 25px;
    }
    .faqs .faqs_block .card .card-body {
        padding: 15px 0px 10px 0px;
    }
    /* Parallax */
    .parallax .block div h4 {
        font-size: 28px;
    }
    /* last_section */
    .last_section .block {
        padding: 140px 0px;
        margin-bottom: 0px;
        padding-bottom: 80px;
    }
    .last_section .block img.pos_1 {
        right: 10px;
        width: 75px;
    }
    .last_section .block img.pos_2 {
        left: 0px;
        width: 120px;
    }
    .last_section .block img.pos_3 {
        right: 0px;
        width: 100px;
    }
    .last_section .block img.pos_4 {
        width: 75px;
    }
    .last_section .inner_block {
        max-width: 375px;
    }
    /* sign up */
    .sign_up {
        padding-top: 105px;
        padding-bottom: 95px
    }

    /* footer */
    .footer {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 40px;
        max-width: none;
    }
    h2 {
        font-size: 40px;
    }
    h2.big_h2 {
        font-size: 60px;
        text-align: left;
    }
    h3 {
        font-size: 32px;
    }
    /* header section */
    .header_block {
        width: 100%;
        padding: 40px 0px;
    }
    .swiper_block {
        position: static;
        width: 100%;
        height: 400px;
        padding: 0px 15px;
        max-width: 500px;
        margin: 0px auto;
    }
    .swiper_block img {
        object-position: top center;
    }
    .header_wrapper .bg_1 {
        width: 100%;
        height: 56%;
        top: auto;
        bottom: 0px;
    }
    /* reviews section */
    .reviews {
        padding-top: 40px;
    }
    .reviews_swiper {
        margin-top: 50px;
    }
    .reviews_swiper .swiper-slide {
        flex-direction: column-reverse;
    }
    .swiper-slide .reviews_cont {
        width: 100%;
        margin: 50px 0px 55px 0px;
    }
    .reviews_swiper .swiper-slide .reviews_img {
        margin: 0px auto;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    /* program section */
    .program {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .program_header p {
        text-align: left
    }
    .wrapper {
        flex-direction: column-reverse;
    }
    .wrapper.reverse {
        flex-direction: column;
    }
    .wrapper {
        margin-bottom: 70px;
    }
    .wrapper_cont {
        padding-right: 0px;
        width: 100%;
        margin-top: 70px;
    }
    .wrapper_cont.inverted {
        padding-left: 0px;
    }
    .wrapper_img {
        width: 100%
    }
    .wrapper_img.inverted {
        justify-content: center
    }
    .video_block {
        max-width: 400px;
    }
    .wrapper_img img {
        width: 100%;
        margin: auto;
        min-height: auto;
    }
    .opportunities .grid-container {
        grid-row-gap: 50px;
        grid-template-columns: minmax(100px, 1fr);
    }
    /* stories section */
    .stories {
        padding-top: 80px;
    }
    .stories h2.big_h2 {
        margin: 0px auto 55px auto;
    }
    .stories .wrapper {
        margin-bottom: 50px;
    }
    .stories .wrapper .wrapper_img {
        display: none;
    }

    .stories .wrapper_1, .stories .wrapper_3, .stories .wrapper_5 {
        display: none;
    }
    
    .stories .mobile {
        display: block;
        margin-bottom: 80px;
        padding: 0px;
        width: 100%;
    }

    .stories .wrapper_cont .tablet_block {
        margin: 0px 0px 30px 0px
    }
    .stories .wrapper .wrapper_cont {
        padding-right: 0px;
        width: 100%;
    }
    .stories .wrapper_cont .tablet_block p {
        max-width: 100%;
        margin-top: 10px;
    }
    .stories .wrapper_cont .tablet_block h2 {
        margin-top: 10px;
    }
    .stories .wrapper .wrapper_cont h3 {
        margin: 30px 0px 15px 0px;
        font-size: 40px;
    }
    .stories .wrapper.wrapper_4 .wrapper_cont {
        padding-left: 0px;
    }
    .stories .wrapper_cont img {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .stories .wrapper .wrapper_cont h4 {
        max-width: 100%;
    }
    .stories .wrapper .wrapper_cont p {
        max-width: 100%;
    }
    .stories .wrapper.wrapper_4 .wrapper_cont h3 {
        margin: 30px 0px 15px 0px;
    }
    /* faqs */
    .faqs {
        padding-bottom: 80px;
    }
    .faqs .faqs_block .card .card-body p {
        font-size: 16px;
    }
    /* Parallax */
    .parallax .block div h4 {
        font-size: 26px;
        margin: 0px 30px;
    }
    /* last_section */
    .last_section .block img {
        display: none;
    }
    .last_section .inner_block {
        max-width: 100%;
    }
    /* sign up */
    .sign_up h2.big_h2 {
        text-align: center;
    }

    .popup {
         padding: 30px;
    }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {
    h2.big_h2 {
        font-size: 56px;
    }
    h3 {
        font-size: 30px;
    }
    /* header section */
    .header_wrapper .bg_1 {
        top: auto;
        width: 150%;
        height: 50%;
        right: -25%;
    }
    /* reviews section */
    .reviews_swiper {
        margin-top: 40px;
    }
    .swiper-slide .reviews_cont img:nth-child(1) {
        margin: 0px 0px 15px 0px;
    }
    /* program section */
    .wrapper_img img {
        width: 90%;
        min-height: 385px;
    }
    .wrapper_cont {
        margin-top: 30px;
    }
    .wrapper_cont p {
        font-size: 16px;
        margin: 20px 0px;
    }
    .wrapper {
        margin-bottom: 50px;
    }
    .card-body .p_2 {
        margin: 0px;
    }

    .card-body .p_2 .first-para {
        margin-bottom: 10px;
    }
    .opportunities .grid-container {
        margin-top: 40px;
        grid-row-gap: 40px;
    }
}

@media (max-width: 420px) {
    /* header section */
    .swiper_block {
        position: static;
        width: 100%;
        height: 320px;
        padding: 0px 15px;
    }
}

@media (max-width: 375px) {
    body {
        font-size: 18px;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .primary_action {
        padding: 16px 32px 14px 32px;
    }
    h3 {
        font-size: 28px;
    }
    /* nav */
    .nav {
        padding: 24px 20px;
    }
    .sidenav_view .nav {
        padding: 24px 20px;
    }
    .nav_menu .right_side {
        width: 100%;
    }
    .nav_menu .right_side a.primary_action {
        padding: 16px 50px 14px 50px;
        width: 100%;
    }
    /* header section */
    .header_block {
        padding: 40px 0px 20px 0px;
    }
    .swiper_block {
        padding: 0px 5px;
    }
    .header_wrapper .bg_1 {
        width: 135%;
        right: -17%;
    }
    .header_block p {
        margin: 8px 0px 16px 0px;
    }
    /* reviews section */
    .reviews {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .reviews_swiper {
        margin-top: 30px;
    }
    .swiper-slide .reviews_cont {
        margin-top: 20px 0px 55px 0px;
    }
    /* program section */
    .program {
        padding-top: 40px;
    }
    .program_header {
        margin: 0px auto 50px auto;
    }
    .program_header p {
        margin: 25px auto 0px auto;
    }
    .wrapper_img img {
        width: 100%;
    }
    .wrapper_cont {
        margin-top: 30px;
    }
    .wrapper_cont p {
        margin: 15px 0px;
        font-size: 14px;
    }
    .wrapper {
        margin-bottom: 45px;
    }
    .audio_block {
        margin-top: 15px;
    }
    .audio_block .audio_title {
        left: 65px;
        font-size: 15px;
    }
    .mejs-container .mejs-controls .mejs-time {
        padding-right: 10px;
        font-size: 15px;
    }
    .opportunities .grid-container {
        margin-top: 25px;
        grid-row-gap: 30px;
    }
    /* stories section */
    .stories .wrapper {
        margin-bottom: 30px;
    }
    .stories .wrapper_cont p {
        font-size: 16px;
    }
    .stories .wrapper_cont .tablet_block {
        margin: 0px 0px 20px 0px;
    }
    .stories .wrapper_cont img {
        width: 140%;
        margin: 0px -50px 20px -50px;
    }
    /* faqs section */
    .faqs .faqs_block .card {
        margin-bottom: 25px;
    }
    /* Parallax */
    .parallax .block div h4 {
        font-size: 24px;
        margin: 0px 20px;
    }
    /* last_section */
    .last_section .block p {
        margin-top: 15px;
    }

    .popup {
        padding: 20px;
    }
}

@media (max-width: 320px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    /* nav */
    .nav {
        padding: 24px 15px;
    }
    .sidenav_view .nav {
        padding: 24px 15px;
    }
    /* header section */
    .swiper_block {
        padding: 0px;
    }
    /* program section */
    .audio_block .audio_title {
        font-size: 14px;
    }
    .mejs-container .mejs-controls .mejs-time {
        font-size: 14px;
    }
    .mejs-controls .mejs-button button {
        border: 7px solid transparent;
        border-left: 14px solid #000;
        border-right: 14px solid transparent;
    }
    /* Parallax */
    .parallax .block div h4 {
        margin: 0px 15px;
    }
}